home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol E-12 / Vol E-12.iso / games / barbie / barbie_m.swf / scripts / DefineSprite_41_barbie / frame_85 / DoAction.as
Text File  |  2012-05-21  |  226b  |  19 lines

  1. if(_root.mystage == 1)
  2. {
  3.    _root.stage1();
  4. }
  5. if(_root.mystage == 2)
  6. {
  7.    _root.stage2();
  8. }
  9. if(_root.mystage == 3)
  10. {
  11.    _root.stage3();
  12. }
  13. if(_root.mystage == 4)
  14. {
  15.    _root.stage4();
  16. }
  17. gotoAndStop(1);
  18. stop();
  19.